Skip to content

Can you publish 0.3.1 version bump commit to public github #55

@InlinePizza

Description

@InlinePizza

I noticed the version bump for releasing 0.3.1 on PyPi was not published to github.

I realized this is not hurting anything, just surprised me for a second when I was installing a fork with some patches I made and noticed the version number go backwards.

diff -ru git_remote_s3-0.3.0/pyproject.toml git_remote_s3-0.3.1/pyproject.toml                                                                   
--- git_remote_s3-0.3.0/pyproject.toml     1969-12-31 16:00:00                                                                                   
+++ git_remote_s3-0.3.1/pyproject.toml     1969-12-31 16:00:00                                                                                   
@@ -1,6 +1,6 @@                                                                                                                                  
[tool.poetry]                                                                                                                                   
name = "git-remote-s3"                                                                                                                          
-version = "0.3.0"                                                                                                                               
+version = "0.3.1"                                                                                                                               
description = "A git remote helper for Amazon S3"                                                                                               
authors = ["Massimiliano Angelino <angmas@amazon.com>"]                                                                                         
repository = "https://github.com/awslabs/git-remote-s3"                                                                                         ```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions