Skip to content

Commit 7a4b4e2

Browse files
committed
changelog updates
1 parent 8ffe6d0 commit 7a4b4e2

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

doc/source/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ v3.1.0 (2024-04-02)
1010
* Fixed `Fish shell completion fails for any script named something other than "manage" <https://github.com/django-commons/django-typer/issues/207>`_
1111
* Fixed `shellcompletion install fails on fish when the command resolves to a script path <https://github.com/django-commons/django-typer/issues/206>`_
1212
* Implemented `Add completer for settings names. <https://github.com/django-commons/django-typer/issues/203>`_
13+
* Implemented `Separate ModelObjectCompleter default queries out into standalone functions. <https://github.com/django-commons/django-typer/issues/202>`_
1314
* Fixed `Shell completion tests let failures through in CI <https://github.com/django-commons/django-typer/issues/194>`_
1415
* Fixed `fish completion installs should respect XDG_CONFIG_HOME <https://github.com/django-commons/django-typer/issues/193>`_
1516
* Fixed `zsh completion installs should respect ZDOTDIR <https://github.com/django-commons/django-typer/issues/192>`_

doc/source/conf.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,9 @@
3535

3636

3737
# -- Project information -----------------------------------------------------
38-
39-
project = 'django-typer'
40-
copyright = f'2023-{datetime.now().year}, Brian Kohan'
41-
author = 'Brian Kohan'
42-
43-
# The full version, including alpha/beta/rc tags
38+
project = django_typer.__title__
39+
copyright = django_typer.__copyright__
40+
author = django_typer.__author__
4441
release = django_typer.__version__
4542

4643

0 commit comments

Comments
 (0)