Skip to content

Commit 2e2ea54

Browse files
committed
Next release to be 1.79.1 for minor bugfix
1 parent d1b0dac commit 2e2ea54

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Changelog
22

3+
### 1.79.1 (2019-05-03)
4+
* Bugfix: Pandas convert multiindexes to unicode if flag set.
5+
36
### 1.79 (2019-05-02)
47
* Bugfix: #765 Pandas data columns require encoding to convert to unicode.
58

docs/releasing.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ Package is hosted here: https://pypi.python.org/pypi/arctic/
44

55
## General upload and packaging docs
66

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.
812

913
## Pre-requisites
1014

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def run_tests(self):
6565

6666
setup(
6767
name="arctic",
68-
version="1.80.0",
68+
version="1.79.1",
6969
author="Man AHL Technology",
7070
author_email="[email protected]",
7171
description=("AHL Research Versioned TimeSeries and Tick store"),

0 commit comments

Comments
 (0)