Skip to content

Commit

Permalink
v1.0.3: Always forget to bump version numbers...
Browse files Browse the repository at this point in the history
  • Loading branch information
brenthuisman committed Dec 5, 2018
1 parent 9bc1587 commit 6189735
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Example `par2deep.ini`:

### Changelog

* 2018-12-05: v1.0.3. Once again fixed imports. Should now work with loca, pip-installed and bundled versions. Gui and cli now show filename during executing actions stage.
* 2018-12-05: v1.0.3. Once again fixed imports. Should now work with local, pip-installed and bundled versions. Gui and cli now show filename during executing actions stage.
* 2018-05-30: v1.0.2. GUI updates: file doubleclick now checkes if string is file, added tooltips to GUI settings, and treeview category headers have a bit for info (nb of files in category). CLI updates: same par2deep import check as GUI.
* 2018-05-25: v1.0.1. Crossplatform doubleclick in treeview. Improved Windows par2 executable finding. New cx_Freeze installer script. Converted relative imports.
* 2016-08-20: Ensured par2 command is called correctly from Windows and other OS in GUI mode. Added NSIS installer script.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python
from setuptools import setup

VERSION = '1.0.2'
VERSION = '1.0.3'

with open("README.md", "rb") as f:
long_descr = f.read()
Expand Down
2 changes: 1 addition & 1 deletion setup_cx.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from cx_Freeze import setup, Executable
import sys,os.path,glob

VERSION = '1.0.2'
VERSION = '1.0.3'
NAME = 'par2deep'
DESCRIPTION = "Produce, verify and repair par2 files recursively."

Expand Down

0 comments on commit 6189735

Please sign in to comment.