Skip to content

Commit 2c83222

Browse files
committed
v1.5.2
1 parent 01c720a commit 2c83222

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
===========
22
Changelog
33
===========
4+
1.5.2
5+
* fixed non-square Map instances
6+
47
1.5.1
58
* fixed errors with Unicode and non-Unicode literals on Python 2
69
* fixed attribute error in compute_fov

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def run(self):
4040
download_url='https://pypi.python.org/pypi/tdl',
4141
packages=['tdl'],
4242
package_data={'tdl': ['*.txt', '*.rst', '*.bmp', '*.png']},
43-
install_requires=["libtcod-cffi>=0.2.3"],
43+
install_requires=["libtcod-cffi>=0.2.8"],
4444
cmdclass={'build_docs': build_docs},
4545
classifiers=['Development Status :: 5 - Production/Stable',
4646
'Environment :: Win32 (MS Windows)',

tdl/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.5.2

0 commit comments

Comments
 (0)