Skip to content

Commit

Permalink
Drop support for Python 3.4. Add dates to old changelog entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 25, 2019
1 parent c2a496c commit 1f599ce
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 22 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:
- postgresql
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
Expand Down
49 changes: 29 additions & 20 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
1.0.5
-----

Changes:

* Dropped Python 3.4 support (end-of-life was March 18, 2019).

Improvements:

* Output error message for memory error even if not :code:`--verbose`.
Expand Down Expand Up @@ -194,8 +198,8 @@ Fixes:
* Fix broken csvkit module documentation. (#327)
* Fix version of openpyxl to work around encoding issue. (#391, #288)

0.9.0
-----
0.9.0 - September 8, 2014
-------------------------

* Write missing sections of the tutorial. (#32)
* Remove -q arg from sql2csv (conflicts with common flag).
Expand All @@ -217,8 +221,8 @@ Fixes:
* Implement csvformat.
* Fix bug causing CSVKitDictWriter to output 'utf-8' for blank fields.

0.8.0
-----
0.8.0 - July 27, 2014
---------------------

* Add pnaimoli to AUTHORS.
* Fix column specification in csvstat. (#236)
Expand All @@ -228,8 +232,8 @@ Fixes:
* Deprecated DBF support for Python 3+.
* Add support for Python 3.3 and 3.4 (#239)

0.7.3
-----
0.7.3 - April 27, 2014
----------------------

* Fix date handling with openpyxl > 2.0 (#285)
* Add Kristina Durivage to AUTHORS. (#243)
Expand All @@ -244,18 +248,18 @@ Fixes:
* Add Ryan Murphy to AUTHORS.
* Fix DBF dependency. (#270)

0.7.2
-----
0.7.2 - March 24, 2014
----------------------

* Fix CHANGELOG for release.

0.7.1
-----
0.7.1 - March 24, 2014
----------------------

* Fix homepage url in setup.py.

0.7.0
-----
0.7.0 - March 24, 2014
----------------------

* Fix XLSX datetime normalization bug. (#223)
* Add raistlin7447 to AUTHORS.
Expand All @@ -270,8 +274,13 @@ Fixes:
* Use case-sensitive name for SQLAlchemy (#237)
* Add Travis Swicegood to AUTHORS.

0.6.1
-----
0.6.1 - August 20, 2013
-----------------------

* Fix CHANGELOG for release.

0.6.0 - August 20, 2013
-----------------------

* Add Chris Rosenthal to AUTHORS.
* Fix multi-file input to csvsql. (#193)
Expand All @@ -290,8 +299,8 @@ Fixes:
* Add Shane StClair to AUTHORS file.
* Add --no-inference support to csvsort. (#222)

0.5.0
-----
0.5.0 - August 21, 2012
-----------------------

* Implement geojson support in csvjson. (#159)
* Optimize writing of eight bit codecs. (#175)
Expand All @@ -303,8 +312,8 @@ Fixes:
* Added Noah Hoffman to AUTHORS.
* Make csvlook output compatible with emacs table markup. (#174)

0.4.4
-----
0.4.4 - May 1, 2012
-------------------

* Add Derek Wilson to AUTHORS.
* Add Kevin Schaul to AUTHORS.
Expand All @@ -318,7 +327,7 @@ Fixes:
* Add Anton Ian Sipos to AUTHORS.
* Fix broken pipe errors. (#150)

0.4.3
-----
0.4.3 - February 20, 2012
-------------------------

* Begin CHANGELOG (a bit late, I'll admit).
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit 1f599ce

Please sign in to comment.