Skip to content

Commit 37d8e28

Browse files
committed
Still trying to fix API
Tried checking boxes described in this thread - readthedocs/readthedocs.org#1803
1 parent c2a76da commit 37d8e28

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

changelog.rst

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
.. :changelog:
22
3+
0.1.3 (2018-06-15)
4+
~~~~~~~~~~~~~~~~~~
5+
- Attempted to follow instructions `here <https://github.com/rtfd/readthedocs.org/issues/1803>`_
6+
7+
0.1.2 (2018-06-15)
8+
~~~~~~~~~~~~~~~~~~
9+
- Tried running sphinx-apidoc to fix documentation; Didn't work
10+
11+
0.1.2 (2018-06-15)
12+
~~~~~~~~~~~~~~~~~~
13+
- Trying to fix documentation
14+
315
0.1.1 (2018-06-15)
416
~~~~~~~~~~~~~~~~~~
517
- Forgot to add all files to MANIFEST.in

evilmc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A python version of the EVIL-MC code"""
22

3-
__version__ = '0.1.3'
3+
__version__ = '0.1.4'
44
__author__ = 'Brian Jackson <[email protected]>'
55
__all__ = ['evilmc']
66

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setuptools.setup(
2020
name="evilmc",
21-
version="0.1.3",
21+
version="0.1.4",
2222
url="https://github.com/BoiseStatePlanetary/evilmc",
2323
download_url='https://github.com/BoiseStatePlanetary/evilmc/archive/'+__version__+'.tar.gz',
2424
license='BSD',

0 commit comments

Comments
 (0)