File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff 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+
147154Thanks 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.
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'Clockwork' ,
5- version = '1.1 .0' ,
5+ version = '1.2 .0' ,
66 packages = ['clockwork' ],
77 license = 'MIT' ,
88 author = 'Mediaburst' ,
You can’t perform that action at this time.
0 commit comments