Skip to content

Commit

Permalink
chore: update version no
Browse files Browse the repository at this point in the history
  • Loading branch information
AfaqShuaib09 committed Jan 8, 2024
1 parent 50855c4 commit f333827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxonomy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
# 2. MINOR version when you add functionality in a backwards compatible manner, and
# 3. PATCH version when you make backwards compatible bug fixes.
# More details can be found at https://semver.org/
__version__ = '1.46.0'
__version__ = '1.46.1'

default_app_config = 'taxonomy.apps.TaxonomyConfig' # pylint: disable=invalid-name

0 comments on commit f333827

Please sign in to comment.