Skip to content

Commit 76263f8

Browse files
author
Edward J M Easton
committed
Fix RST rendering on pypi.python.org
1 parent 7008de5 commit 76263f8

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGES.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11

22
## Changelog
33

4-
### 1.5
4+
### 1.5 (2015-09-02)
55

66
* Always use the primary cluster node for 'has_symbol()', it's safer
77

8-
### 1.4
8+
### 1.4 (2015-08-19)
99

1010
* Bugfixes for timezone handling, now ensures use of non-naive datetimes
1111
* Bugfix for tickstore read missing images
1212

13-
### 1.3
13+
### 1.3 (2015-08-011)
1414

1515
* Improvements to command-line control scripts for users and libraries
1616
* Bugfix for pickling top-level Arctic object
1717

18-
### 1.2
18+
### 1.2 (2015-06-29)
1919

2020
* Allow snapshotting a range of versions in the VersionStore, and
2121
snapshot all versions by default.
2222

23-
### 1.1
23+
### 1.1 (2015-06-16)
2424

2525
* Bugfix for backwards-compatible unpickling of bson-encoded data
2626
* Added switch for enabling parallel lz4 compression
2727

28-
### 1.0
28+
### 1.0 (2015-06-14)
2929

3030
* Initial public release

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,4 @@ Contributions welcome!
133133
## License
134134

135135
Arctic is licensed under the GNU LGPL v2.1. A copy of which is included in [LICENSE](LICENSE)
136+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def run_tests(self):
8383
keywords=["ahl", "keyvalue", "tickstore", "mongo", "timeseries", ],
8484
url="https://github.com/manahl/arctic",
8585
packages=find_packages(),
86-
long_description=long_description + changelog,
86+
long_description='\n'.join((long_description, changelog)),
8787
cmdclass={'test': PyTest},
8888
ext_modules=[compress],
8989
setup_requires=["setuptools_cython",

0 commit comments

Comments
 (0)