Skip to content

Commit

Permalink
Release 3.0.1 (#73)
Browse files Browse the repository at this point in the history
* Bump version: 3.0.0 → 3.0.1
  • Loading branch information
marksweb authored Feb 1, 2022
1 parent 36f2562 commit 0fb3d05
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Changelog
unreleased
==========

3.0.1 2022-02-01
================

* Update manifest to include all the tests dir (#72)

3.0.0 2022-01-22
================

Expand Down
2 changes: 1 addition & 1 deletion classytags/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.0.0'
__version__ = '3.0.1'
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '3.0.0'
version = '3.0.1'
# The full version, including alpha/beta/rc tags.
release = '3.0.0'
release = '3.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.0
current_version = 3.0.1
commit = True
tag = False

Expand All @@ -16,19 +16,19 @@ search = '{current_version}'
replace = '{new_version}'

[bumpversion:file:CHANGELOG.rst]
search =
search =
unreleased
==========
replace =
replace =
unreleased
==========

{new_version} {utcnow:%%Y-%%m-%%d}
================

[flake8]
max-line-length = 119
exclude =
exclude =
*.egg-info,
.eggs,
.env,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

setup(
name='django-classy-tags',
version='3.0.0',
version='3.0.1',
author='Jonas Obrist',
author_email='[email protected]',
maintainer='Django CMS Association and contributors',
Expand Down

0 comments on commit 0fb3d05

Please sign in to comment.