Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Dec 14, 2021
1 parent e6736e4 commit 7f0c8c9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

[Unreleased]: https://github.com/althonos/fs.archive/compare/v0.6.2...HEAD
[Unreleased]: https://github.com/althonos/fs.archive/compare/v0.7.0...HEAD


## [v0.7.0] - 2021-12-14

[v0.7.0]: https://github.com/althonos/fs.archive/compare/v0.6.2...v0.7.0

### Added
- This changelog file.
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2019 Martin Larralde
Copyright (c) 2017-2021 Martin Larralde

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion fs/archive/_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.2
0.7.0
13 changes: 11 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = fs.archive
version = 0.6.2
version = file: fs/archive/_version.txt
author = Martin Larralde
author-email = [email protected]
home-page = https://github.com/althonos/fs.archive
Expand All @@ -27,6 +27,11 @@ classifiers =
Programming Language :: Python :: 3.10
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Filesystems
project_urls =
Bug Tracker = https://github.com/althonos/fs.archive/issues
Changelog = https://github.com/althonos/fs.archive/blob/master/CHANGELOG.md
Coverage = https://codecov.io/gh/althonos/fs.archive
Builds = https://github.com/althonos/fs.archive/actions

[options.extras_require]
tar.xz =
Expand All @@ -43,14 +48,15 @@ all =

[options]
zip_safe = true
include_package_data = false
include_package_data = true
python_requires = >= 2.7, != 3.0.*, != 3.1.*, != 3.2.*
test_suite = tests
packages =
fs.archive
fs.archive.tarfs
fs.archive.zipfs
fs.archive.isofs
fs.archive.sevenzipfs
setup_requires =
setuptools >=38.3.0
install_requires =
Expand All @@ -74,6 +80,9 @@ fs.archive.open_archive =
.iso = fs.archive.isofs:ISOFS [iso]
.7z = fs.archive.sevenzipfs.SevenZipFS [7z]

[options.package_data]
fs.archive = _version.txt

[bdist_wheel]
universal = true

Expand Down

0 comments on commit 7f0c8c9

Please sign in to comment.