You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2022/03/30 17:58:35 UTC

[libcloud] branch trunk updated (4156d8c -> c663600)

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from 4156d8c  Replace Google Analytics with ASF hosted Matomo instance.
     new 303d955  Prepare changes for a future release.
     new c663600  Update docs.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/committer_guide.rst | 5 +++--
 docs/conf.py             | 4 ++--
 libcloud/__init__.py     | 2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

[libcloud] 01/02: Prepare changes for a future release.

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 303d955298dac5cd8a4fe2d92195350e332db516
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Wed Mar 30 19:55:46 2022 +0200

    Prepare changes for a future release.
---
 docs/conf.py         | 4 ++--
 libcloud/__init__.py | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 200de86..14e3ff9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -68,10 +68,10 @@ html_show_sphinx = False
 # built documents.
 #
 # The short X.Y version.
-version = '3.5.1'
+version = '3.5.2-dev'
 
 # The full version, including alpha/beta/rc tags.
-release = '3.5.1'
+release = '3.5.2-dev'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index 282bc76..77ea104 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -39,7 +39,7 @@ except ImportError:
 
 __all__ = ["__version__", "enable_debug"]
 
-__version__ = "3.5.1"
+__version__ = "3.5.2-dev"
 
 
 def enable_debug(fo):

[libcloud] 02/02: Update docs.

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit c66360058682482bf133c279134db472ed6ca8ed
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Wed Mar 30 19:58:27 2022 +0200

    Update docs.
---
 docs/committer_guide.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/committer_guide.rst b/docs/committer_guide.rst
index 5805aed..9622252 100644
--- a/docs/committer_guide.rst
+++ b/docs/committer_guide.rst
@@ -233,13 +233,14 @@ To:
 10. Updating website
 ~~~~~~~~~~~~~~~~~~~~
 
-Check out the website using SVN: ``svn co https://svn.apache.org/repos/asf/libcloud/site/trunk``
+Check out the website using git: ``git clone http://gitbox.apache.org/repos/asf/libcloud-site.git``
 
 * Update the front page (``source/index.html`` file)
 * Update "Downloads" page (``source/downloads.md`` file)
 * Add a blog entry in the ``_posts`` directory.
 
-Build the site locally and make sure everything is correct. Check the ``README.md`` file.
+Build the site locally and make sure everything is correct before pushing website updated. Check
+the ``README.md`` file in that repo on how to do that.
 
 11. Sending announcements
 ~~~~~~~~~~~~~~~~~~~~~~~~~