Qtsass

Latest version: v0.4.0

Safety actively analyzes 625297 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.1.0

Issues Closed

* [Issue 21](https://github.com/spyder-ide/qtsass/issues/21) - Reorganize qtsass package
* [Issue 18](https://github.com/spyder-ide/qtsass/issues/18) - CLI - build/watch directory ([PR 23](https://github.com/spyder-ide/qtsass/pull/23) by [danbradham](https://github.com/danbradham))
* [Issue 17](https://github.com/spyder-ide/qtsass/issues/17) - Create PyPI package ([PR 32](https://github.com/spyder-ide/qtsass/pull/32) by [goanpeca](https://github.com/goanpeca))
* [Issue 16](https://github.com/spyder-ide/qtsass/issues/16) - Add Windows CI - Appveyor ([PR 19](https://github.com/spyder-ide/qtsass/pull/19) by [danbradham](https://github.com/danbradham))
* [Issue 12](https://github.com/spyder-ide/qtsass/issues/12) - Move test to a tests folder ([PR 13](https://github.com/spyder-ide/qtsass/pull/13) by [danbradham](https://github.com/danbradham))
* [Issue 11](https://github.com/spyder-ide/qtsass/issues/11) - Add badges for coverage and travis CI builds ([PR 14](https://github.com/spyder-ide/qtsass/pull/14) by [danbradham](https://github.com/danbradham))
* [Issue 10](https://github.com/spyder-ide/qtsass/issues/10) - Add coverage to the CI tests with codecov.io ([PR 15](https://github.com/spyder-ide/qtsass/pull/15) by [goanpeca](https://github.com/goanpeca))
* [Issue 9](https://github.com/spyder-ide/qtsass/issues/9) - Add MIT LICENSE.txt file ([PR 2](https://github.com/spyder-ide/qtsass/pull/2) by [danbradham](https://github.com/danbradham))
* [Issue 8](https://github.com/spyder-ide/qtsass/issues/8) - Add Travis CI integration for building and running tests ([PR 2](https://github.com/spyder-ide/qtsass/pull/2) by [danbradham](https://github.com/danbradham))
* [Issue 7](https://github.com/spyder-ide/qtsass/issues/7) - Create RELEASE.md instructions ([PR 32](https://github.com/spyder-ide/qtsass/pull/32) by [goanpeca](https://github.com/goanpeca))
* [Issue 6](https://github.com/spyder-ide/qtsass/issues/6) - Create conda-forge package
* [Issue 5](https://github.com/spyder-ide/qtsass/issues/5) - Create a changelog ([PR 32](https://github.com/spyder-ide/qtsass/pull/32) by [goanpeca](https://github.com/goanpeca))
* [Issue 4](https://github.com/spyder-ide/qtsass/issues/4) - Include import support ([PR 2](https://github.com/spyder-ide/qtsass/pull/2) by [danbradham](https://github.com/danbradham))
* [Issue 3](https://github.com/spyder-ide/qtsass/issues/3) - Make package pip installable ([PR 2](https://github.com/spyder-ide/qtsass/pull/2) by [danbradham](https://github.com/danbradham))

In this release 14 issues were closed.

Pull Requests Merged

* [PR 32](https://github.com/spyder-ide/qtsass/pull/32) - PR: Prepare release, by [goanpeca](https://github.com/goanpeca) ([7](https://github.com/spyder-ide/qtsass/issues/7), [5](https://github.com/spyder-ide/qtsass/issues/5), [17](https://github.com/spyder-ide/qtsass/issues/17))
* [PR 23](https://github.com/spyder-ide/qtsass/pull/23) - PR: Add support for compiling directories of QtSass, by [danbradham](https://github.com/danbradham) ([18](https://github.com/spyder-ide/qtsass/issues/18))
* [PR 19](https://github.com/spyder-ide/qtsass/pull/19) - PR: windows ci - appveyor, by [danbradham](https://github.com/danbradham) ([16](https://github.com/spyder-ide/qtsass/issues/16))
* [PR 15](https://github.com/spyder-ide/qtsass/pull/15) - PR: Add code coverage, by [goanpeca](https://github.com/goanpeca) ([10](https://github.com/spyder-ide/qtsass/issues/10))
* [PR 14](https://github.com/spyder-ide/qtsass/pull/14) - PR: Add badges, by [danbradham](https://github.com/danbradham) ([11](https://github.com/spyder-ide/qtsass/issues/11))
* [PR 13](https://github.com/spyder-ide/qtsass/pull/13) - PR: Moved tests to qtsass/tests/, by [danbradham](https://github.com/danbradham) ([12](https://github.com/spyder-ide/qtsass/issues/12))
* [PR 2](https://github.com/spyder-ide/qtsass/pull/2) - PR: Make project pip installable and add import support, by [danbradham](https://github.com/danbradham) ([9](https://github.com/spyder-ide/qtsass/issues/9), [8](https://github.com/spyder-ide/qtsass/issues/8), [4](https://github.com/spyder-ide/qtsass/issues/4), [3](https://github.com/spyder-ide/qtsass/issues/3))

In this release 7 pull requests were closed.


Release process

Using rever

You need to have `conda` install since the process relies on conda environments.

Make sure your current environment has [rever](https://regro.github.io/rever-docs/) installed.

bash
conda install rever -c conda-forge


Run checks before to make sure things are in order.

bash
rever check


Delete the `rever/` folder to start a clean release.

bash
rm -rf rever/


Run rever with the type version (major|minor|patch|MAJOR.MINOR.PATCH) to update.

Major release

If the current version is `3.0.0.dev0`, running:

bash
rever major


Will produce version `4.0.0` and update the dev version to `4.0.0.dev0`

Minor release

If the current version is `3.0.0.dev0`, running:

bash
rever minor


Will produce version `3.1.0` and update the dev version to `3.1.0.dev0`

Patch release

If the current version is `3.0.0.dev0`, running:

bash
rever patch


Will produce version `3.0.1` and update the dev version to `3.0.1.dev0`

MAJOR.MINOR.PATCH release

If the current version is `3.0.0.dev0`, running:

bash

Page 2 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.