Skip to content

Commit 0fb3d05

Browse files
authored
Release 3.0.1 (#73)
* Bump version: 3.0.0 → 3.0.1
1 parent 36f2562 commit 0fb3d05

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Changelog
55
unreleased
66
==========
77

8+
3.0.1 2022-02-01
9+
================
10+
11+
* Update manifest to include all the tests dir (#72)
12+
813
3.0.0 2022-01-22
914
================
1015

classytags/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.0.0'
1+
__version__ = '3.0.1'

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = '3.0.0'
53+
version = '3.0.1'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '3.0.0'
55+
release = '3.0.1'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.0
2+
current_version = 3.0.1
33
commit = True
44
tag = False
55

@@ -16,19 +16,19 @@ search = '{current_version}'
1616
replace = '{new_version}'
1717

1818
[bumpversion:file:CHANGELOG.rst]
19-
search =
19+
search =
2020
unreleased
2121
==========
22-
replace =
22+
replace =
2323
unreleased
2424
==========
25-
25+
2626
{new_version} {utcnow:%%Y-%%m-%%d}
2727
================
2828

2929
[flake8]
3030
max-line-length = 119
31-
exclude =
31+
exclude =
3232
*.egg-info,
3333
.eggs,
3434
.env,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
setup(
3838
name='django-classy-tags',
39-
version='3.0.0',
39+
version='3.0.1',
4040
author='Jonas Obrist',
4141
author_email='ojiidotch@gmail.com',
4242
maintainer='Django CMS Association and contributors',

0 commit comments

Comments
 (0)