Skip to content

Release 0.2.0 issues#85

Open
eriktks wants to merge 2 commits intomainfrom
release-0.2.0-issues
Open

Release 0.2.0 issues#85
eriktks wants to merge 2 commits intomainfrom
release-0.2.0-issues

Conversation

@eriktks
Copy link
Copy Markdown
Member

@eriktks eriktks commented Apr 6, 2021

While preparing release 0.2.0, we found three issues in the documentation and code:

  1. bumpversion was not mentioned in the release preparation instructions (added)
  2. in the command for testing test pypi upload the part --user caused an error (part removed)
  3. matplotlib is not a necessary requirement because sequgen does no plotting (requirement removed)

These three issues have been fixed in this PR.

@eriktks eriktks modified the milestone: 0.2.0 Apr 6, 2021
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 6, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Copy Markdown
Contributor

@jspaaks jspaaks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice to dot the is and cross the ts on the release procedure


# install in user space from test pypi instance:
python3 -m pip -v install --user --no-cache-dir \
python3 -m pip -v install --no-cache-dir \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add commands that create a new venv to replace the user space install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants