Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoguai committed Sep 11, 2014
1 parent 4371fe5 commit 84d2623
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL = /bin/sh
PYTHON3 = python3

PROGRAM = sanzang-utils
VERSION = 1.0.3
VERSION = 1.0.4
DISTNAME = $(PROGRAM)-$(VERSION)-src
DISTDIR = dist/$(DISTNAME)

Expand Down
7 changes: 6 additions & 1 deletion NEWS.rest
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Sanzang Utils News
==================

1.0.4 (2014-09-09)
------------------
* Updated programs for proper universal newline support.
* Fixed makefile logic bug (documentation directory removal).

1.0.3 (2014-08-23)
------------------
* Translation table fields have surrounding whitespace stripped.
Expand All @@ -18,7 +23,7 @@ Sanzang Utils News
------------------
* Tutorial updated to HTML5.
* Documentation copyedits and formatting.
* Added MANIFEST.in to include Makefile in the Python package.
* Added MANIFEST.in to include makefile in the Python package.
* Fixed minor encoding compatibility issues with UTF-8 BOMs.
* Improved szu-ss table-loading code to be more robust.
* Overhauled szu-ss to use buffering -- much more efficient.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name = 'sanzang-utils',
version = '1.0.3',
version = '1.0.4',
author = 'yaoguai',
author_email = 'lapislazulitexts@gmail.com',
url = 'https://github.com/yaoguai/sanzang-utils',
Expand Down

0 comments on commit 84d2623

Please sign in to comment.