Skip to content

Commit

Permalink
bump version to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Jul 14, 2019
1 parent 11aded9 commit fad8f2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ca/django_ca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# https://www.python.org/dev/peps/pep-0440/
# https://www.python.org/dev/peps/pep-0396/
# https://www.python.org/dev/peps/pep-0386/
VERSION = (1, 12, 1, 'dev', 1)
VERSION = (1, 13, 0)

# __version__ specified in PEP 0396, but we use PEP 0440 format instead of PEP 0386.
__version__ = '1.12.1.dev1'
__version__ = '1.13.0'
default_app_config = 'django_ca.apps.DjangoCAConfig'
6 changes: 3 additions & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ ChangeLog

.. _changelog-1.13.0:

************
1.13.0 (TBR)
************
*******************
1.13.0 (2019-07-14)
*******************

* Add support for cryptography 2.7.
* Moved ``setup.py recreate_fixtures`` to ``recreate-fixtures.py``.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def find_package_data(dir):

setup(
name='django-ca',
version='1.12.1.dev1',
version='1.13.0',
description='A Django app providing a SSL/TLS certificate authority.',
long_description=long_description,
author='Mathias Ertl',
Expand Down

0 comments on commit fad8f2e

Please sign in to comment.