Skip to content

Commit

Permalink
release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dixudx committed Apr 22, 2022
1 parent 82067c5 commit d85e9bb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
20 changes: 20 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
CHANGES
=======

0.8.1
-----

* release 0.8.1
* Using tox also for CI
* Extending CI tests to multiple OS
* Dropping Python 2.7 + adding Python 3.10
* Extending tox by flake8 + fixes
* Fixing lint error for Python 2.7
* Formatting code + tox extension
* Formatting introduced CI error
* Adding Threadpool for initializeFromRaw
* Updating pre-commit config
* use ThreadPool for multi-thread
* format and fix pep8 errors
* add ci workflow
* Revert "Adding multiprocessing to _get_paged_resources"
* Revert "Formatting with tox"
* Revert "Further speed improvements"

0.8.0
-----

Expand Down
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = rtcclient
author = Di Xu
version = 0.8.0
version = 0.8.1
author_email = [email protected]
summary = RTCClient for Rational Team Concert
description_file = README.rst
Expand All @@ -11,6 +11,7 @@ keywords =
RTC
license = Apache License, Version 2.0
home_page = https://github.com/dixudx/rtcclient
python_requires = ">=3.5"
classifier =
Development Status :: 5 - Production/Stable
Topic :: Utilities
Expand All @@ -25,7 +26,7 @@ classifier =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.10

[extras]
test =
Expand All @@ -46,4 +47,4 @@ source-dir = doc/source
builders = html,man,linkcheck

[bdist_wheel]
universal=1
universal=0

0 comments on commit d85e9bb

Please sign in to comment.