File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### 1.79.1 (2019-05-03)
4
+ * Bugfix: Pandas convert multiindexes to unicode if flag set.
5
+
3
6
### 1.79 (2019-05-02)
4
7
* Bugfix: #765 Pandas data columns require encoding to convert to unicode.
5
8
Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ Package is hosted here: https://pypi.python.org/pypi/arctic/
4
4
5
5
## General upload and packaging docs
6
6
7
- http://peterdowns.com/posts/first-time-with-pypi.html
7
+ https://realpython.com/pypi-publish-python-package/
8
+
9
+ The version number is of the format: <MAJOR >.<MINOR >.<BUGFIX >
10
+ For minor bug fixes increment the BUGFIX number. For new features increment the minor letter. MAJOR is only
11
+ for a major (and possibly non backwards compatible) overhaul of arctic.
8
12
9
13
## Pre-requisites
10
14
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def run_tests(self):
65
65
66
66
setup (
67
67
name = "arctic" ,
68
- version = "1.80.0 " ,
68
+ version = "1.79.1 " ,
69
69
author = "Man AHL Technology" ,
70
70
71
71
description = ("AHL Research Versioned TimeSeries and Tick store" ),
You can’t perform that action at this time.
0 commit comments