Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • OpenMesh OpenMesh
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenMeshOpenMesh
  • OpenMeshOpenMesh
  • Merge requests
  • !122

fix the stripping of the python libs version string

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Isaak Lim requested to merge python_strip_string_fix into master Jan 31, 2017
  • Overview 0
  • Commits 3
  • Pipelines 3
  • Changes 11

Fix the stripping of the python libs version string where subsequent numbers after 'rc' (release candidate) were not matched correctly. 3.5.3rc1 would be stripped to 3.5.31, where it should be 3.5.3

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: python_strip_string_fix