Skip to content

Commit 98ee188

Browse files
committed
Increase version to 3.0.1
1 parent acdf7f8 commit 98ee188

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

docs/main/changelog.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ follows `Semantic versioning`_
99

1010
Development version
1111
-------------------
12-
.. - No features.
12+
- No features.
13+
14+
3.0.1
15+
-----
16+
- Add ``*.c`` source files under version control.
17+
- Change keywords.
18+
1319

1420
3.0.0
1521
-----

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979
license='BSD New',
8080
platforms=['any'],
8181
keywords=[
82-
'DI',
8382
'Dependency injection',
84-
'IoC',
83+
'DI',
8584
'Inversion of Control',
85+
'IoC',
8686
],
8787
classifiers=[
8888
'Development Status :: 5 - Production/Stable',

src/dependency_injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Dependency injector top-level package."""
22

3-
VERSION = '3.0.0'
3+
VERSION = '3.0.1'
44
"""Version number that follows semantic versioning.
55
66
:type: str

0 commit comments

Comments
 (0)