Skip to content

Commit b31b6e6

Browse files
author
Gareth Terrace
committed
updated package version and readme
1 parent 68728ee commit b31b6e6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ and submit a pull request. Please add tests for your use case.
122122

123123
## Changelog
124124

125+
### 1.2.0 (24th February 2016)
126+
127+
* Removed lxml dependency
128+
125129
### 1.1.0 (5th January 2015)
126130

127131
* Python3 Support
@@ -144,6 +148,9 @@ and submit a pull request. Please add tests for your use case.
144148

145149

146150
## Credits and Acknowledgements
151+
152+
Thanks to [zeroSteiner](https://github.com/zeroSteiner) for removing the lxml dependency and bringing ElementTree into the wrapper.
153+
147154
Thanks to [bjornpost](https://github.com/bjornpost) for his work on Python 3 support and replacing Distribute with Setuptools
148155

149-
Many thanks to @cHemingway for adding Unicode support.
156+
Many thanks to [cHemingway](https://github.com/cHemingway) for adding Unicode support.

setup.py

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

33
setup(
44
name='Clockwork',
5-
version='1.1.0',
5+
version='1.2.0',
66
packages=['clockwork'],
77
license='MIT',
88
author='Mediaburst',

0 commit comments

Comments
 (0)