Skip to content

Commit 4598c21

Browse files
committed
gramscript v1.0.2
1 parent 6b76e18 commit 4598c21

File tree

5 files changed

+10
-377
lines changed

5 files changed

+10
-377
lines changed

CHANGELOG.md

Lines changed: 0 additions & 368 deletions
This file was deleted.

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
project = u'gramscript'
2323
year = datetime.now().year
24-
copyright = u'%d, Nick Lee' % year
25-
author = u'Nick Lee'
24+
copyright = u'%d, kalanakt' % year
25+
author = u'kalanakt'
2626

2727

2828
version = __version__
@@ -123,7 +123,7 @@
123123
# author, documentclass [howto, manual, or own class]).
124124
latex_documents = [
125125
(master_doc, 'gramscript.tex', u'gramscript Documentation',
126-
u'Nick Lee', 'manual'),
126+
u'kalanakt', 'manual'),
127127
]
128128

129129
# The name of an image file (relative to this directory) to place at the top of

gramscript/__version__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "1.0.2"

0 commit comments

Comments
 (0)