Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
Bump version number to 4.0.0
Browse files Browse the repository at this point in the history
A couple of rather big improvements to performance were applied; greatly
improved concurrency with multiple clcache processes, better handling of
invocations with multiple source files, an optional caching server for
hash sums. The diff since 3.1.1 is quite large already, let's do a major
release.
  • Loading branch information
Frerich Raabe committed Dec 15, 2016
1 parent 6f2f325 commit ed8bd87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
clcache changelog
=================

## Upcoming release
## clcache 4.0.0 (2016-12-15)

* Bugfix: Fixed occasional 'Cannot create a file when that file already
exists' error when adding new objects to the cache (GH #155).
Expand Down
2 changes: 1 addition & 1 deletion clcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import threading
from tempfile import TemporaryFile

VERSION = "3.3.1-dev"
VERSION = "4.0.0"

HashAlgorithm = hashlib.md5

Expand Down

0 comments on commit ed8bd87

Please sign in to comment.