We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aabf734 + b51d54f commit a426bebCopy full SHA for a426beb
HISTORY.md
@@ -1,5 +1,9 @@
1
# History
2
3
+### 3.2.1 (2019-06-22)
4
+
5
+* Fixed bug that was resulting in the overwriting of metadata in template files (and other issues).
6
7
### 3.2.0 (2019-05-14)
8
9
* Major rearrangment for packaging purposes.
setup.py
@@ -37,6 +37,6 @@
37
packages=find_packages(include=['autoBWF']),
38
setup_requires=setup_requirements,
39
url='https://github.com/Ukrainian-History/autoBWF',
40
- version='3.2.0',
+ version='3.2.1',
41
zip_safe=False,
42
)
0 commit comments