We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e034a commit f692fc2Copy full SHA for f692fc2
CHANGES.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+* 2014-10-24 - released `hizashi-utils 0.4.1 <https://github.com/dodobas/hizashi-utils/tree/0.4.1>`_
5
+
6
+ * Added *test* command
7
+ * Support for Django 1.7
8
9
* 2013-06-13 - released `hizashi-utils 0.3.1 <https://github.com/dodobas/hizashi-utils/tree/0.3.1>`_
10
11
* Added *devserver* command
setup.py
@@ -8,7 +8,7 @@ def readme():
setup(
name='hizashi-utils',
- version='0.4.0',
+ version='0.4.1',
12
author='Dražen Odobašić',
13
author_email='dodobasic@gmail.com',
14
packages=find_packages(),
0 commit comments