Skip to content
Snippets Groups Projects
  1. Feb 13, 2021
    • Nik | Klampfradler's avatar
      Rework `get_version` to not rely on import · 2c1009a7
      Nik | Klampfradler authored
      What did I drink when I wrote the original code? The relative import
      `from .. import __version__` in the utility code in core, of course,
      always imported from `aleksis.core`, no matter the real `AppConfig`
      that inherited the utility code. Thus, the versions always showed the
      version of AlekSIS-Core everywhere (whose version information was
      broken ever since we renamed AlekSIS to AlekSIS-Core).
      
      This change decouples the `get_version` code from the package level
      `__version__` information, which effectively becomes optional now.
      2c1009a7
  2. Jul 10, 2020
  3. Jun 20, 2020
  4. Jun 15, 2020
  5. May 29, 2020
  6. May 04, 2020
  7. May 03, 2020
  8. May 02, 2020
  9. May 01, 2020
  10. Apr 18, 2020
  11. Mar 28, 2020
  12. Feb 06, 2020
  13. Jan 03, 2020
  14. Dec 12, 2019
Loading