Skip to content

PR: Update package name, remove Python 2 compatibility and update CIs #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from

Conversation

andfoy
Copy link
Contributor

@andfoy andfoy commented Apr 12, 2021

@andfoy andfoy self-assigned this Apr 12, 2021
@andfoy andfoy added this to the v1.0.0 milestone Apr 12, 2021
Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

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

@andfoy, I left a small comment for you, otherwise looks good.

Comment on lines 4 to 5
VERSION_INFO = (1, 0, 0, 'dev0')
__version__ = '.'.join(map(str, VERSION_INFO))
Copy link
Member

Choose a reason for hiding this comment

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

Please move this to _version.py because it's easier to have the same structure for both repos (I mean, the server and this one).

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